home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / Clueless.swf / scripts / Forms / OldTipsForm.as < prev    next >
Encoding:
Text File  |  2011-10-17  |  710 b   |  32 lines

  1. package Forms
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    import flash.text.TextField;
  6.    
  7.    [Embed(source="/_assets/assets.swf", symbol="Forms.OldTipsForm")]
  8.    public dynamic class OldTipsForm extends MovieClip
  9.    {
  10.        
  11.       
  12.       public var _tfTheme:TextField;
  13.       
  14.       public var _mcBackground:MovieClip;
  15.       
  16.       public var _tfAdvice:TextField;
  17.       
  18.       public var _bClose:SimpleButton;
  19.       
  20.       public var _tfAttributes0:TextField;
  21.       
  22.       public var _tfAttributes1:TextField;
  23.       
  24.       public var _tfAttributes2:TextField;
  25.       
  26.       public function OldTipsForm()
  27.       {
  28.          super();
  29.       }
  30.    }
  31. }
  32.